home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv05n11.zip / CMPIN.DOC < prev    next >
Text File  |  1993-06-02  |  2KB  |  45 lines

  1. CMPIN.DOC                November 1992             Dylan Tweeney
  2. ----------------------------------------------------------------
  3. Purpose:       CMPIN tracks files installed in Windows so you
  4.             can clean up after them when you want to remove
  5.             them cleanly.
  6.             
  7. Remarks:       Two batch files (BEFORE and AFTER) that run like
  8.             regular applications from Program Manager give
  9.             you all you need to root out the last traces of
  10.             out-of-favor installed applications.
  11.  
  12. Usage:         Create a subdirectory called INSTALL under your
  13.             Windows directory and copy the two batch files
  14.             included in the archive file to this directory.
  15.  
  16.             Edit the files to replace any drive or directory
  17.             names in the batch files to match your own file
  18.             and directory structures.
  19.  
  20.             Open the PIF editor and create a PIF file for 
  21.             AFTER.BAT. Be sure to enter the full command 
  22.             line patch and directory name in the proper area
  23.             of the PIF editor. In the parameters block, put a
  24.             question mark <?>. Save the PIF file as AFTER.PIF.
  25.  
  26.             Then, create a new program item and enter 
  27.             AFTER.PIF in the command line box.
  28.  
  29.             Immediately before you install a new program, from
  30.             the DOS command line, run the file BEFORE.BAT to
  31.             record the contents of your hard disk and setup file
  32.             information. Invoke Windows and run the install
  33.             program for your new application, and then run
  34.             AFTER.BAT.
  35.  
  36.             Windows will prompt you for a parameter when you
  37.             double-click on the AFTER.PIF program item. Enter
  38.             the name of the program you just installed and 
  39.             click on OK. AFTER.BAT will compare the files you
  40.             created before your install with the files you
  41.             have after the install and list the differences
  42.             in a text file in the \WINDOWS\INSTALL directory
  43.             that you can review at any time.
  44.  
  45.